projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5f74e
)
gnus-sync.el (gnus-sync-newsrc-offsets): Add :version
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 3 Dec 2012 22:08:37 +0000
(22:08 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 3 Dec 2012 22:08:37 +0000
(22:08 +0000)
lisp/gnus/gnus-sync.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-sync.el
b/lisp/gnus/gnus-sync.el
index c235892a9d3510ac0734033eb5f3075f9ce06a70..493025cbe1df7bf98eebfbafdae6a10f4fac6bf9 100644
(file)
--- a/
lisp/gnus/gnus-sync.el
+++ b/
lisp/gnus/gnus-sync.el
@@
-112,8
+112,9
@@
this setting is harmless until the user chooses a sync backend."
(defcustom gnus-sync-newsrc-offsets '(2 3)
"List of per-group data to be synchronized."
:group 'gnus-sync
+ :version "24.4"
:type '(set (const :tag "Read ranges" 2)
-
(const :tag "Marks" 3)))
+ (const :tag "Marks" 3)))
(defcustom gnus-sync-global-vars nil
"List of global variables to be synchronized.